home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Human Interface Toolbox / AuntieDialog / AppearanceHelpers.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  413 b   |  12 lines  |  [TEXT/CWIE]

  1. #ifndef _APPEARANCEHELPERS_
  2. #define _APPEARANCEHELPERS_
  3.  
  4. #import <Controls.h>
  5. #import <Lists.h>
  6.  
  7. extern pascal OSStatus SetPushButtonDefaultState    ( ControlHandle control, Boolean isDefault );
  8. extern pascal OSStatus SetProgressIndicatorState    ( ControlHandle control, Boolean isDeterminate );
  9. extern pascal OSStatus GetListBoxListHandle            ( ControlHandle control, ListHandle* list );
  10.  
  11. #endif // _APPEARANCEHELPERS_
  12.